2 points
In the diagram below depicts a(an)
LEFT JOIN
RIGHT JOIN
FULL JOIN
INNER JOIN
True
False
The following image represents what type of relationship
one through many on the left and one and only one on the right
zero through many on the left and one and only one on the right
one through many on the left and zero to one on the right
zero through many on the left and zero to one on the right
The number of entity types that participate in a Unary relationship is:
zero.
one.
two.
three.
The query below will return
all professors without courses
all courses without professors
all courses that have professors
only courses
In the query below professorxcourses is an example of a(an):
associative entity
entity
table
all of the above
All professors regardless if they have courses and all courses regardless if they have students
All professors regardless if they have courses
All professors that have courses regardless if they have students.
none of the above
In the SQL language, the ________ statement is used to remove records in the database.
REMOVE FROM
DELETE FROM
DROP RECORD
UPDATE DELETE FROM
In the query below, ProfName, CourseName and Student Name are examples of
attributes
aliases
entities
15. In the SQL language, the WHERE clause is used to:
determine where the data comes from
filter the data given a criteria
determine if the is valid
An attribute with a NOT NULL constraint is a required attribute
Click Save and Submit to save and submit. Click Save All Answers to save all answers.